create or replace procedure my_log (action in varchar2, message in varchar2 ) is begin Insert into my_log_table (ACTION, MESSAGE, ... ... <看更多>
Search
Search
create or replace procedure my_log (action in varchar2, message in varchar2 ) is begin Insert into my_log_table (ACTION, MESSAGE, ... ... <看更多>
Check your machine, network (e.g. firewall), Oracle Net and DB configuration for timeouts and session expiry. From the node-oracledb side, check ... ... <看更多>
You can do this by using a save point. CREATE OR REPLACE PROCEDURE SPTest AS BEGIN -- We create a savepoint here. SAVEPOINT sp_sptest; INSERT INTO ... ... <看更多>